home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / POWER.DIR / 00022.ls < prev    next >
Encoding:
Text File  |  1996-03-14  |  155 b   |  10 lines

  1. on mouseDown
  2.   global gCurChap
  3.   puppetSound("click")
  4.   updateStage()
  5.   set sp to the clickOn - 36
  6.   if sp <> gCurChap then
  7.     GoChapter(sp)
  8.   end if
  9. end
  10.